home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Web Graphics with Shout 3D
/
Interactive Web Graphics With Shout 3D.iso
/
pc
/
Shout3Ddemo
/
S3D_2E1.exe
/
Shout3d_runtime
/
demos
/
web3d.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2000-05-30
|
2KB
|
95 lines
BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
/* margin: 0px, 50px, 50px, 50px; */ /* not supported in Netscape 4.5 */
margin-top: 0px;
margin-right: 25px;
margin-left: 50px;
margin-bottom: 50px;
font-size: 10pt;
color: black;
background-color: white;
}
H1, H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold;
color: #AA0000;
}
H3, H4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #666666;
}
H5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #666666;
}
P {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
LI {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
UL {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
TD, TR, TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
PRE {
font-family: monospace;
color: #880000;
}
CODE {
font-family: monospace;
color: #880000;
}
.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #666666;
}
A:link {
text-decoration: none;
color: #AA0000;
font-weight: bold;
}
A:visited {
text-decoration: none;
color: #AA0000;
font-weight: bold;
}
A:active {
text-decoration: underline;
color: #880000;
font-weight: bold;
}
A:hover {
text-decoration: underline;
color: #880000;
font-weight: bold;
}